IGroupInchCommand 介面
代表一个轴组的移动指令,可指定最大距离。
继承体系
System.Object
IntervalZero.KINGSTAR.Base.Class.IKsCommand
IntervalZero.KINGSTAR.Base.Class.IGroupInchCommand
组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
public interface IGroupInchCommand : IKsCommand
Public Interface IGroupInchCommand Inherits IKsCommand
IGroupInchCommand 介面陈列了以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() | Acceleration | 加速度值。 |
![]() | Cancel | 透过将速度减速到零来取消一个轴组的移动指令。 |
![]() | Deceleration | 减速度值。 |
![]() | Distance | 一个运动的最长移动距离。 |
![]() | Jerk | 加加速度值。 |
![]() | Velocity | 指定速度值。 |
参见